C1.Silverlight.Olap.5
SameValues Method

Array containing the values to compare.
Determines whether the values in this set are the same as the ones in a given array.
Syntax
'Declaration
 
Public Function SameValues( _
   ByVal values() As T _
) As System.Boolean
public System.bool SameValues( 
   T[] values
)

Parameters

values
Array containing the values to compare.

Return Value

True if the values in this set are the same as the ones in the values array.
See Also

Reference

ValueSet<T> Class
ValueSet<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.